home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap08 / b08a005.cc2 < prev    next >
Text File  |  1998-06-07  |  1KB  |  31 lines

  1. 0, For most developers, adding artwork and 
  2. 3, special effects to an application is the 
  3. 5, most exciting, and addicting, part of 
  4. 7, programming. Fortunately, creating 
  5. 10, impressive and useful graphic effects with 
  6. 12, Visual Basic is both easy and satisfying. 
  7. 16, In this chapter, you'll learn how to add 
  8. 18, interesting bells and whistles to your 
  9. 20, programs. First, you'll learn how to 
  10. 24, create basic artwork on a form with the Line 
  11. 26, and Shape controls. These 
  12. 29, straightforward tools are similar to the commands you 
  13. 31, use in a painting program to draw 
  14. 33, simple geometric shapes. And you can 
  15. 37, customize your efforts with a collection of 
  16. 39, useful property settings. Next, you'll learn 
  17. 43, how to add drag-and-drop support to 
  18. 45, your programs so that your users can drag 
  19. 47, icons on the form to manage files, print 
  20. 50, documents, or delete unwanted 
  21. 52, information. Finally, you'll learn how to create 
  22. 56, simple animation effects by using the 
  23. 58, Picture box and Timer controls. The special 
  24. 61, effects we'll demonstrate include moving 
  25. 63, the objects on a form, animating a 
  26. 65, cloud of smoke, and zooming through space 
  27. 67, toward a planet. When you're finished with 
  28. 69, this chapter, you'll have many of the 
  29. 71, skills you need to create a fun and 
  30. 74, compelling user interface.
  31. 77, END